func github.com/vmihailenco/msgpack/v5.encodeStructValueAsArray

2 uses

	github.com/vmihailenco/msgpack/v5 (current package)
		encode_map.go#L149: 		return encodeStructValueAsArray(e, strct, structFields.List)
		encode_map.go#L169: func encodeStructValueAsArray(e *Encoder, strct reflect.Value, fields []*field) error {